﻿/*-----------Branding Page - Homepage-----------*/


/*-----------Side navigation*/
div #sideNavBox {
	display: block;
}
div #sideNavBox .ms-core-sideNavBox-removeLeftMargin {
	margin-left: 0px;
}
div #sideNavBox ul.root.ms-core-listMenu-root.static > li.static {
	list-style-image: url('/Style%20Library/Branding/Images/leftbullet.gif');
	border-bottom: 1px gray dotted;
}
div #sideNavBox ul.root.ms-core-listMenu-root.static li.static ul.static li.static {
	list-style-image: none;
	font-size: x-small
}
div #sideNavBox li.static a.menu-item {
	padding-left: 0px;
}
div #zz14_V4QuickLaunchMenu {
	margin-left: 5px;
}


/*-----------Web part zones*/
.branding-page-webpart-container {
	display: table;
	width: 100%;
}
.branding-page-webpart-row {
	display: table-row;
}
.branding-page-webpart-cell-center {
	vertical-align:top;
	display: table-cell;
	/*width: 50%;*/
	width: 75%;
}
.branding-page-webpart-cell-r-side {
	vertical-align:top;
	display: table-cell;
	width: 25%;
	padding-left: 15px;
}
.branding-page-webpart-cell-l-side {
	vertical-align:top;
	display: table-cell;
	width: 25%;
	padding-right: 15px;
}